﻿@font-face {
    font-family: 'Ivar Display';
    src: url('../fonts/IvarDisplay-MediumItalic.woff2') format('woff2'), url('../fonts/IvarDisplay-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ivar Display';
    src: url('../fonts/IvarDisplay-BoldItalic.woff2') format('woff2'), url('../fonts/IvarDisplay-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ivar Display';
    src: url('../fonts/IvarDisplay-Italic.woff2') format('woff2'), url('../fonts/IvarDisplay-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ivar Display';
    src: url('../fonts/IvarDisplay-Regular.woff2') format('woff2'), url('../fonts/IvarDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ivar Display';
    src: url('../fonts/IvarDisplay-Medium.woff2') format('woff2'), url('../fonts/IvarDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ivar Display';
    src: url('../fonts/IvarDisplay-Bold.woff2') format('woff2'), url('../fonts/IvarDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ivar Display';
    src: url('../fonts/IvarDisplay-SemiBoldItalic.woff2') format('woff2'), url('../fonts/IvarDisplay-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ivar Display';
    src: url('../fonts/IvarDisplay-SemiBold.woff2') format('woff2'), url('../fonts/IvarDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/General Sans Regular'), url('../fonts/GeneralSans-Regular.woff') format('woff');
}


@font-face {
    font-family: 'General Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/General Sans Italic'), url('../fonts/GeneralSans-Italic.woff') format('woff');
}


@font-face {
    font-family: 'General Sans Extralight';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/General Sans Extralight'), url('../fonts/GeneralSans-Extralight.woff') format('woff');
}


@font-face {
    font-family: 'General Sans Extralight Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/General Sans Extralight Italic'), url('../fonts/GeneralSans-ExtralightItalic.woff') format('woff');
}


@font-face {
    font-family: 'General Sans Light';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/General Sans Light'), url('../fonts/GeneralSans-Light.woff') format('woff');
}


@font-face {
    font-family: 'General Sans Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/General Sans Light Italic'), url('../fonts/GeneralSans-LightItalic.woff') format('woff');
}


@font-face {
    font-family: 'General Sans Medium';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/General Sans Medium'), url('../fonts/GeneralSans-Medium.woff') format('woff');
}


@font-face {
    font-family: 'General Sans Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/General Sans Medium Italic'), url('../fonts/GeneralSans-MediumItalic.woff') format('woff');
}


@font-face {
    font-family: 'General Sans Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/General Sans Semibold'), url('../fonts/GeneralSans-Semibold.woff') format('woff');
}


@font-face {
    font-family: 'General Sans Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/General Sans Semibold Italic'), url('../fonts/GeneralSans-SemiboldItalic.woff') format('woff');
}


@font-face {
    font-family: 'General Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/General Sans Bold'), url('../fonts/GeneralSans-Bold.woff') format('woff');
}


@font-face {
    font-family: 'General Sans Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/General Sans Bold Italic'), url('../fonts/GeneralSans-BoldItalic.woff') format('woff');
}

* {
    padding: 0;
    margin: 0
}

body {
    margin: 0;
    padding: 0;
    background: #00358C;
}

p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.32px;
    font-weight: normal;
    margin-bottom: 10px;
    font-family: 'General Sans Regular'; color:#000;
}
.bigpara {
    font-size: 22px;
    font-family: 'General Sans Medium';
    line-height: 42px;
    letter-spacing: 0.32px;
}
ul, li, label, span, div, table, th, tr, td {
    font-family: 'General Sans Regular';
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Ivar Display';
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

h1 {
    font-size: 75px;
    font-weight: 400;
    margin-bottom: 13px;
    line-height: 70.4px;
}

h2 {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 13px;
    color: #012347;
    text-transform: uppercase;
}

h3 {
    font-size: 38px;
    margin-bottom: 13px;
    font-weight: 600;
    color: #000;
}

h4 {
    font-size: 33px;
    margin-bottom: 13px;
    color: #000;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 13px 0px;
    z-index: 1000;
}

    header.scrolled {
        background: rgba(0, 26, 77, 0.9);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    header .logo {
        float: left;
        width: 195px;
    }
    header .logo img {
        width: 100%;
    }
    header .rightmenu {
        float: right;
        padding-top: 34px;
    }


        header .rightmenu ul {
            list-style: none;
            display: flex;
            gap: 45px;
            margin: 0;
            padding: 0;
        }
button#closeMenu {
    display: none;
}
    header .rightmenu li a {
        font-weight: 700;
        font-size: 17px;
        color: #fff;
        text-decoration: none;
        transition: color 0.3s ease; text-transform:uppercase;
    }

        header .rightmenu li a:hover {
            color: #ffcc33;
        }

    header .btn {
        background-color: #f59c1a;
        color: #000;
        font-weight: 700;
        padding: 14px 30px;
        text-decoration: none;
        border-radius: 2px;
        display: inline-flex;
        align-items: center;
        transition: all 0.3s ease;
        margin-top: 18px;
        text-transform: uppercase;
    }

        header .btn::after {
            content: "→";
            margin-left: 8px;
            transition: transform 0.3s ease;
        }

        header .btn:hover::after {
            transform: translateX(4px);
        }

        header .btn:hover {
            background-color: #ffb15b;
        }



.main-banner {
    padding: 270px 0px 00px;
    background: url(../Content/images/shape-2.png) no-repeat right;
    height: 660px;
    overflow: hidden;
}

    .main-banner h1 {
        position: relative;
        z-index: 2;
        line-height: 90px;
        margin: 0px;
        color: #f6ddae;
        text-transform: uppercase;
        border-left: 16px solid #f6ddae;
        padding-left: 25px;
    }

    .main-banner p {
        color: #f6ddae;
        margin-top: 20px;
        z-index: 2;
        font-weight: 400;
        position: relative;
        font-size: 26px;
        line-height: 37px;
    }

.globalprt {
    padding: 100px 0 50px;
    background: #f6ddae;
}
    .globalprt .tdtp {
        padding-top: 36px;
    }
    .globalprt .right {
        padding-left: 3rem;
        border-left: 1px solid #000;
    }
        .globalprt .right p {
            font-size: 25px;
            line-height: 40px;
            color: #000;
        }
       
    .beyonddvt {
        padding: 130px 0;
        background: #000000 url(../Content/images/bg-banner.jpg) no-repeat top;
        background-size: cover;
    }

        .beyonddvt .innprt {
            width: 55%;
            /*margin: 0 auto;
        position: relative;*/
        }


    .beyonddvt h2 {
        color: #fff;
     }

        .beyonddvt p {
            color: #fff;
            font-size: 27px;
            line-height: 40px;
        }

/*.beyonddvt .text-part {
        width: 80%;
        float: left;
        position: relative;
        margin-left: 250px;
        padding-left: 50px;
    }

        .beyonddvt .text-part::before {
            content: "";
            width: 250px;
            height: 1px;
            background: rgba(255,255,255,0.4);
            position: absolute;
            right: 100%;
            top: 14px;
        }*/

.footer {
    background: #001a4d url(../Content/images/footer-bg.png) no-repeat;
    color: #fff;
    text-align: center;
    padding: 40px 0 80px;
    border-top: 4px solid #F39200;
}

    .footer img{ width:150px;}
    .footer-links {
        margin: 15px 0;
    }

        .footer-links a {
            color: #fff;
            text-decoration: none;
            margin: 0 10px;
            font-size: 16px;
        }

        .footer-links a:hover {
            color: #f59c1a;
        }

.footer .copy {
    margin-top: 10px;
    font-size: 14px;
    color: #ccc;
}

.privacy-policy {
    padding: 80px 0;
    background: #f6ddae;
}

    .privacy-policy .container {
        max-width: 900px;
        margin: auto;
    }

    .privacy-policy h2 {
        font-size: 28px;
        margin-top: 40px;
        border-left: 5px solid rgb(0, 26, 77);
        color: rgb(0, 26, 77);
        padding-left: 20px; font-weight:700;
    }


    .privacy-policy ul {
        padding-left:23px;
    }

        .privacy-policy ul li {
            font-size: 19px;
            line-height: 1.6;
            font-weight: 400;
            color: #000;
            list-style-type: disc;
            margin-bottom: 14px;
        }



    .privacy-policy a {
        color: #001a4d;
        text-decoration: underline;
    }

.privacy-policy a:hover {
    text-decoration: none;
}
.small-innbanner {
    padding: 250px 0 0;
    background: #00358C url(../Content/images/shape-2.png) no-repeat right;
    height: 420px;
}

    .small-innbanner h1 {
        color: #f6ddae;
        text-transform: uppercase;
        border-left: 12px solid #f6ddae;
        padding-left: 25px;
    }

/*Home page*/
.possibledvt {
    padding: 70px 0;
    background: #f6ddae;
    /*background: #121212 url(../Content/images/shape.jpg) no-repeat;
    background-size: cover;*/
}

    .possibledvt h2 {
        margin-bottom: 30px;
        
    }

    .possibledvt .services-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .possibledvt .service-card {
        border: 1px solid #dec596;
        padding: 28px;
        transition: all 0.3s ease;
        background: #dec596;
        border-radius: 5px;
    }

        .possibledvt .service-card:hover {
            box-shadow: 0 10px 20px rgba(0,0,0,0.05);
            transform: translateY(-5px);
        }

        .possibledvt .service-card .icon img {
            width: 40px;
        }

        .possibledvt .service-card .icon {
            margin-bottom: 20px;
        }

    .possibledvt h3 {
        font-size: 31px;
        margin-bottom: 15px;
        font-weight: 500;
        color: #000;
    }

    .possibledvt p {
        font-size: 18px;
        line-height: 32px;
        color: #000;
    }

.gsqi-where-proof {
    padding: 50px 0 90px;
    background: #f6ddae;
}

.gsqi-proof {
    background: #001a4d;
    padding: 57px;
    border-radius: 10px;
    height: 490px;
}

    .gsqi-proof ul {
        padding-left: 24px;
    }

        .gsqi-proof ul li {
            float: left;
            width: 100%;
            list-style-type: disc;
            font-size: 19px;
            line-height: 1.6;
            font-weight: 400;
            color: #fff;
            margin-bottom: 11px;
         
           
        }
    .gsqi-proof h2, .gsqi-proof p{color:#fff;}
.gsqi-work {
    background: #fff;
    padding: 57px;
    border-radius: 10px;
    height: 490px;
}

   
    /*About  Page CSS*/

.about-gsqi .inn-banner {
    padding: 250px 0 0;
    background: #00358C url(../Content/images/shape-2.png) no-repeat right;
    height: 420px;
}

    .about-gsqi .inn-banner h1 {
        color: #f6ddae;
        text-transform: uppercase;
        border-left: 12px solid #f6ddae;
        padding-left: 25px;
    }

.independentdvt {
    padding: 80px 0;
    text-align: center;
    background: #f6ddae;
}
    .independentdvt p {
        font-size: 28px;
        line-height: 50px;
    }

.wedodvt {
    background: #f6ddae;
    padding: 80px 0;
}

    .wedodvt .text-part {
        width: 50%;
        float: left;
    }

   

    .wedodvt ul {
        padding-left: 35px;
    }

        .wedodvt ul li {
            width: 100%;
            float: left;
            font-size: 19px;
            line-height: 1.6;
            font-weight: 400;
            color: #000;
            margin-bottom: 14px;
          
        }



    .wedodvt .img-part {
        width: 45%;
        float: right;
    }

        .wedodvt .img-part .imgbox {
            width: 100%;
            overflow: hidden;
            border-radius: 25px;
            height: 440px;
            margin-top: 46px;
        }

        .wedodvt .img-part img {
            max-width: 100%;
        }
.scopedvt {
    padding: 30px 0 60px;
    background: #f6ddae;
}

    .scopedvt .bordleft {
       padding-top: 20px;
    }

        .scopedvt .bordleft ul li {
            float: left;
            padding: 14px 17px;
            font-size: 19px;
            line-height: 1.6;
            font-weight: 400;
            color: #000;
            list-style-type: none;
            border-radius: 62px;
            margin: 5px;
            display: block;
            background: #dec596;
           
        }

            .scopedvt .bordleft ul li:hover {
                background: #f5f5f5;
            }

    .scopedvt .note {
        font-size: 17px;
        font-weight: 600;
        font-style: italic;
        margin-top: 20px;
        color: #000;
    }



.principles-sec {
    padding: 50px 0 80px;
    background: #f6ddae;
}



.principles-sec ul {
    margin: 20px 0 0;
    padding: 0;
    float: left;
    width: 100%;
}

    .principles-sec ul li {
        width: 100%;
        float: left;
        list-style-type: none;
        text-align: left;
        padding-left: 40px;
        font-size: 19px;
        line-height: 1.6;
        font-weight: 400;
        color: #000;
    }



        .principles-sec ul li .fa-check {
            width: 28px;
            height: 28px;
            line-height: 25px;
            border: 2px dotted #ae9f8d;
            border-radius: 100%;
            font-size: 15px;
            color: #001a4d;
            margin-left: -40px;
            display: inline-block;
            float: left;
            text-align: center;
        }

        .principles-sec ul li p {
            border-bottom: 1px dotted #ae9f8d;
            padding-bottom: 20px;
            font-size: 19px;
            line-height: 1.6;
            font-weight: 400;
            color: #000;
        }

.gsqi-developed {
    padding: 80px 0;
    background: #f6ddae;
}

    .gsqi-developed ul {
        padding-left: 30px;
    }

        .gsqi-developed ul li {
            width: 100%;
            float: left;
            margin-bottom: 10px;
            font-size: 19px;
            line-height: 1.6;
            font-weight: 400;
            color: #000;
        }

    .gsqi-developed .bxtop {
        padding-top: 30px;
    }
    .gsqi-developed img {
        border-radius: 25px;
    }
    .governancedvtprt {
        padding: 120px 0;
        background: url(../content/images/governancedvtprt.png) no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
    }

        .governancedvtprt .box1 {
            background: rgba(2, 26, 77, 0.9);
            padding: 56px 55px;
            border-radius: 10px;
            height: auto;
            display: inline-block;
        }
.d-none-contant {

    display:none
}
.governancedvtprt ul {
    padding-left: 40px;
}

    .governancedvtprt ul li {
        float: left;
        width: 100%;
        list-style-type: disc;
        font-size: 19px;
        line-height: 1.6;
        font-weight: 400;
        color: #fff; margin-bottom:15px;
    }

    .governancedvtprt .box1 h2 {
        color: #fff;
    }

.gsqiprtvit {
    padding: 100px 0;
    background: #f6ddae;
}

    .gsqiprtvit .tdtp {
        padding-top: 24px;
    }

    .gsqiprtvit .right {
        padding-left: 3rem;
        border-left: 1px dotted #000;
        float: left;
        width: 100%;
    }

        .gsqiprtvit .right ul {
            padding-left: 40px;
        }

            .gsqiprtvit .right ul li {
                float: left;
                width: 100%;
                list-style-type: disc;
                font-size: 19px;
                line-height: 1.6;
                font-weight: 400; margin-bottom:15px; color:#000;
                
            }
.gsqi-system {
    padding: 120px 0;
    background: #f6ddae;
}

    .gsqi-system .box1 {
        background: #fff;
        padding: 30px;
        border-radius: 10px;
        height: 510px;
    }

    .gsqi-system ul {
        padding-left: 24px;
    }

        .gsqi-system ul li {
            float: left;
            width: 100%;
            list-style-type: disc;
            font-size: 19px;
            line-height: 1.6;
            font-weight: 400; margin-bottom:15px;
           
        }

            .gsqi-system ul li em {
                font-size: 14px;
            }

    .gsqi-system .box2 {
        background: #001a4d;
        padding: 30px;
        border-radius: 10px;
        height: 510px;
    }

        .gsqi-system .box2 h2 {
            color: #fff;
        }
        .gsqi-system .box2 ul li{ color:#fff;}
        /*Standards GSQI*/
        .standards-gsqi .inn-banner {
            padding: 250px 0 0;
            background: #00358C url(../Content/images/shape-2.png) no-repeat right;
            height: 420px;
        }

    .standards-gsqi .inn-banner h1 {
        color: #f6ddae;
        text-transform: uppercase;
        border-left: 12px solid #f6ddae;
        padding-left: 25px;
    }

.standards-div1 {
    padding: 80px 0 40px;
    text-align: center;
    background: #f6ddae;
}
    .standards-div1 .inn-center {
        width: 90%;
        margin: 0 auto;
    }
    .standards-div1 p {
        font-size: 28px;
        line-height: 50px;
    }
.standards-div3 .para {
    font-size: 25px;
    line-height: 40px;
}


        .standards-div2 {
            /*background: #212121 url(../content/images/footer-bg.png) no-repeat;*/
            padding: 80px 0;
            background: #f6ddae;
        }

/*.standards-div2 p, .standards-div2 h2 {
    color: #fff;
}*/

        .standards-div2 .filter-table-outer {
            margin-top: 20px;
            margin-bottom: 15px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
        }

    .standards-div2 .filter-table-outer table {
        border-collapse: collapse;
        width: 100%;
    }

        .standards-div2 .filter-table-outer table th {
            background: #001a4d;
            padding: 13px 15px;
            font-size: 18px;
            font-weight: bold;
            vertical-align: top;
            border: 0; color:#fff;
        }

        .standards-div2 .filter-table-outer table td {
            border-top: 1px solid #dec596;
            border-bottom: 1px solid #dec596;
            border-left: 0 solid #dec596;
            border-right: 0 solid #dec596;
            padding: 18px 20px;
            font-size: 16px;
            vertical-align: top;
            color: #000;
        }

        .standards-div2 .filter-table-outer table > tbody > tr > th:first-child {
            width: 20%;
        }

        .standards-div2 .filter-table-outer table > tbody > tr:nth-child(2n) {
            background: #cbb283;
        }

        .standards-div2 .filter-table-outer table > tbody > tr:nth-child(2n+1) {
            background: #dec596;
        }

.standards-div2 .table-note {
    font-size: 14px;
    font-style: italic;
    color: #000;
}

    .standards-div2 .table-note code {
        background: transparent;
        color: #000;
    }


.standards-div3 {
    width: 100%;
    padding: 10px 0 80px;
    background: #f6ddae;
}

.standards-div3 h3 {
    font-size: 32px;
}

.standards-div3 ul {
    width: 100%;
    float: left;
    margin-top: 30px;
}

    .standards-div3 ul li {
        width: 100%;
        float: left;
        list-style: none;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        margin-bottom: 30px;
        padding-bottom: 30px;
        font-size: 19px;
        line-height: 1.6;
        font-weight: 400;
       
    }

        .standards-div3 ul li:last-child {
            border-bottom: 0 solid rgba(0,0,0,0.2);
            margin-bottom: 0;
            padding-bottom: 0;
        }

.standards-div3 .leftpart {
    width: 25%;
    float: left;
    padding-right: 30px;
}

.standards-div3 .rightpart {
    width: 75%;
    float: left;
    padding-left: 3rem;
    border-left: 1px solid rgba(0,0,0,0.2);
}

.standards-div3 ul li ol.number-list {
    width: 100%;
    float: left;
    padding-left: 20px;
}

    .standards-div3 ul li ol.number-list li {
        width: 100%;
        float: left;
        list-style-type: decimal;
        font-size: 19px;
        line-height: 1.6;
        font-weight: 400;
       color:#000;
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 15px;
    }

.standards-div3 ul li ul.disc-list {
    width: 100%;
    float: left;
    padding-left: 20px;
    margin-top: 0;
}

    .standards-div3 ul li ul.disc-list li {
        width: 100%;
        float: left;
        list-style-type: disc;
        font-size: 19px;
        line-height: 1.6;
        font-weight: 400;
      color:#000;
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 15px;
    }

/*How It Works*/

.how-it-works .inn-banner {
    padding: 250px 0 0;
    background: #00358C url(../Content/images/shape-2.png) no-repeat right;
    height: 420px;
}

    .how-it-works .inn-banner h1 {
        color: #f6ddae;
        text-transform: uppercase;
        border-left: 12px solid #f6ddae;
        padding-left: 25px;
    }

.offersdvt {
    padding: 80px 0;
    background: #f6ddae;
}
    .offersdvt .para {
        font-size: 28px;
        line-height: 50px;
    }
    .offersdvt h3 {
        border-left: 5px solid #001a4d;
        color: #001a4d;
        margin: 20px 0;
        font-size: 30px;
        padding-left: 20px;
    }

    .offersdvt .path-box {
        border: 1px solid #dec596;
        border-radius: 12px;
        padding: 25px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        transition: 0.3s;
        height: 100%;
        background: #dec596;
    }

        .offersdvt .path-box:hover {
            transform: translateY(-4px);
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
        }

    .offersdvt .note {
        font-style: italic;
        color: #000;
        margin-top: 11px;
        font-size: 14px;
    }


    .offersdvt ul li {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 1.6;
        font-weight: 400;
      
    }

    .offersdvt ul {
        padding-left: 50px;
    }

        .offersdvt ul ul {
            margin: 20px 0;
            padding-left: 30px;
        }

        .offersdvt ul li strong {
            color: #333;
        }

    .offersdvt h2 {
        margin: 80px 0 40px;
    }

    .offersdvt .inpdort {
        padding-left: 31px;
    }

        .offersdvt .inpdort h4 {
            font-size: 26px;
            margin-top: 10px;
        }

/* Domains*/
.domains-gsqi .inn-banner {
    padding: 250px 0 0;
    background: #00358C url(../Content/images/shape-2.png) no-repeat right;
    height: 420px;
}

    .domains-gsqi .inn-banner h1 {
        color: #f6ddae;
        text-transform: uppercase;
        border-left: 12px solid #f6ddae;
        padding-left: 25px;
    }


.group-domains {
    padding: 80px 0;
    background: #f6ddae;
}
    .group-domains .para {
        font-size: 28px;
        line-height: 50px;
    }
.group-domains ul {
    padding: 0;
    float: left;
    width: 100%;
    margin-top: 50px;
}

    .group-domains ul li {
        width: 100%;
        float: left;
        list-style: none;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        margin-bottom: 20px;
        padding-bottom: 30px;
    }



        .group-domains ul li .left-part {
            width: 28%;
            float: left;
        }

        .group-domains ul li .right-part {
            width: 70%;
            float: right;
            border-left: 1px solid rgba(0,0,0,0.2);
            padding-left: 35px;
        }

            .group-domains ul li .right-part ul {
                margin-top: 0px;
            }

                .group-domains ul li .right-part ul li {
                    font-size: 19px;
                    line-height: 1.6;
                    font-weight: 400;
                 color:#000;
                    list-style-type: disc;
                    padding-top: 0;
                    border-bottom: none;
                    padding-bottom: 0; margin-bottom:15px;
                }
.domains-gsqi .domain-maturity {
    background: #f6ddae;
    padding: 0px 0 60px;
}
    .domains-gsqi .domain-maturity p {
        font-size: 25px;
        line-height: 40px;
        color: #000;
    }
    .domains-gsqi .domain-maturity .text-part {
        width: 50%;
        float: left;
    }

  

    .domains-gsqi .domain-maturity ul {
        padding-left: 35px;
        margin-top: 23px;
    }

        .domains-gsqi .domain-maturity ul li {
            width: 100%;
            float: left;
            font-size: 19px;
            line-height: 1.6;
            font-weight: 400;
            margin-bottom: 15px;
           color:#000;
        }

    .domains-gsqi .domain-maturity .img-part {
        width: 45%;
        float: right;
    }

        .domains-gsqi .domain-maturity .img-part .imgbox {
            width: 100%;
            overflow: hidden;
            border-radius: 25px;
            height: auto;
            margin-top: 26px;
        }

        .domains-gsqi .domain-maturity .img-part img {
            max-width: 100%;
        }

/*Contact GSQI*/
.contfrdvt {
    padding: 80px 0;
    background: #f6ddae;
}
.small-innbanner p {
    color: #f6ddae;
    margin-top: 20px;
    font-weight: 400;
    font-size: 22px;
    line-height: 37px;
}
    .contfrdvt h3 {
        color: #012347;
        margin-bottom: 12px;
        font-size: 20px;
    }

.contfrdvt .boxdvt {
    background: #dec596;
    border-radius: 10px;
    padding: 20px 23px;
    margin-bottom: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

        .contfrdvt .boxdvt p {
            margin: 4px 0;
            line-height: 1.6;
            font-size: 15px;
        }

    .contfrdvt .email {
        font-weight: 600;
        color: #F39200;
    }

    .contfrdvt .contact-section {
        padding: 30px;
        border: 1px solid #ccc;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        border-radius: 10px; background:#fff;
    }



    .contfrdvt .contact-form label {
        display: block;
        margin-bottom: 6px;
        font-weight: 600;
        color: #012347;
    }

    .contfrdvt .contact-form span {
        color: #f39200;
    }

    .contfrdvt .contact-form input,
    .contfrdvt .contact-form select,
    .contfrdvt .contact-form textarea {
        width: 100%;
        padding: 12px 14px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        border-radius: 8px;
        font-size: 15px;
        outline: none;
        transition: border 0.3s ease;
    }

        .contfrdvt .contact-form input:focus,
        .contfrdvt .contact-form select:focus,
        .contfrdvt .contact-form textarea:focus {
            border-color: #f39200;
            box-shadow: 0 0 0 3px rgba(243, 146, 0, 0.15);
        }

    .contfrdvt .checkbox-row {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 25px;
    }

        .contfrdvt .checkbox-row input[type="checkbox"] {
            margin-top: 5px;
            width: 10px;
        }

        .contfrdvt .checkbox-row a {
            color: #012347;
            text-decoration: underline;
        }

    .contfrdvt button {
        padding: 10px 30px;
        background: linear-gradient(90deg, #f39200, #012347);
        color: #fff;
        border: none;
        border-radius: 10px;
        font-size: 2rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .contfrdvt button:hover {
            opacity: 0.9;
            transform: translateY(-2px);
        }

.menu-toggle {
    display: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    background: #810627;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 10px;
}
