.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}  

/* Global Styles */
.forti-page-wrapper {
	max-width: 2200px;
	width: 100%;
	margin-inline: auto;
	background-size: initial;
	background-repeat: repeat;
	background-image: url(/imageserver/UserMedia/newedge/graphBG.png);
}

.forti-content-wrapper {
    max-width: 1800px;
    width: 92%;
    margin-inline: auto;
}

.forti-section-padding {
    padding: 60px 20px;
}



/* Hero Section */
.forti-hero-wrapper {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .55) 25%, rgba(0, 0, 0, .65) 100%), url(/imageserver/UserMedia/newedge/fortified-hero001.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 40px 0 100px;
	color: #fff;
}

.forti-hero-wrapper-content {
    -webkit-animation: fadeInRight 1.25s both;
    animation: fadeInRight 1.25s both;
    animation-delay: 1s;
}

.forti-h1-heading.forti-hero-title {
    font-size: 65px;
    font-family: "Varela Round", sans-serif;
    color: #fff;
    max-width: 20ch;
    text-shadow: 2px 2px #0000008f;
    font-weight: 600;
    -webkit-animation: fadeInEft .8s both;
    animation: fadeInLeft .8s both;
    animation-delay: 1s;
}

.forti-hero-subtitle.forti-subtitle {
    font-size: 24px;
    color: #fff;
    max-width: 50ch;
    font-style: italic;
}

.logo-div {
    margin-block: 20px 35px;
}

.logo-div img {
    max-width: 350px;
    width: 100%;
}

  .video-facade {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background: #000;
    overflow: hidden;
    cursor: pointer;
  }
  .video-placeholder {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .play-button {
    position: absolute;
    width: 64px; height: 64px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
  }
  .play-button::before {
    content: '';
    position: absolute;
    left: 24px; top: 18px;
    border-style: solid;
    border-width: 14px 0 14px 24px;
    border-color: transparent transparent transparent #fff;
  }
  .video-facade.active { cursor: default; }
  .video-facade.active .video-placeholder { display: none; }
  .video-facade iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: 0;
  }

.forti-intro-list {
	margin-block: 30px auto;
}

.forti-intro-list-item {
	display: flex;
	gap: 4px;
}

.forti-intro-list-item span{
color: #2c6f44;
}

.svc-overview-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 40px auto 25px;
    padding: 0;
}
.svc-overview-item {
	position: relative;
	margin: 10px .5%;
	padding: 25px 15px;
	width: 48%;
	background-color: #f5f5f5;
	border-top: 5px solid #b14925;
	box-shadow: 2px 2px 8px 3px #0000002e;
}
.svc-item-header {
	display: flex;
	gap: 10px;
	justify-content: flex-start;
	align-items: center;
	margin-block: 5px 10px;
}

.svc-overview-item i {
    display: block;
    font-size: 2em;
    width: 46px;
    height: 46px;
    padding: 5px;
    background-color:#b14925;
    color: #fff;
    border-radius: 8px;
}

/*** Fortified Table Styles ***/
.forti-rewards-wrapper {
	max-width: 1400px;
	width: 98%;
	margin: 25px auto;
}

.fortified-comparison {
	max-width: 1400px;
	width: 100%;
}

                .entry-content table.fortified-comparison {
                    margin: 0 auto;
                    background: #fff;
                    border: 0;
                    box-shadow: 1px 1px 10px rgb(0 0 0 / 25%);
                }

.fortified-comparison tbody {
	background: #fff;
}

.fortified-comparison tr td {
	border-top: 1px solid #eee;
	padding: 12px 24px;
}

                table.fortified-comparison th {
                    padding-top: 20px;
                    text-align: center;
                }

                table.fortified-comparison th a {
                    color: inherit;
                    background: transparent;
                    padding: 10px;
                    border-radius: 10px;
                }

                table.fortified-comparison th a:hover {
                    border-bottom: 2px solid;
                    background: #ddd;
                }

                table.fortified-comparison tr>* {
                    text-align: center;
                }

                table.fortified-comparison tr:hover {
                    background: rgba(0, 0, 0, .05);
                }

                table.fortified-comparison tr>*:nth-child(1) {
                    text-align: left;
                    cursor: pointer;
                    width: 35%;
                    transition: all 200ms ease;
                }

                table.fortified-comparison tr>td:nth-child(1):hover {
                    background: #003d69;
                }

                table.fortified-comparison tr>*:nth-child(1):hover span {
                    padding-left: 10px;
                }

                table.fortified-comparison thead th {
                    text-align: center !important;
                }

                table.fortified-comparison .bs-designation-img-home {
                    height: 30px;
                    width: 36px;
                }

                table.fortified-comparison tr td,
                table.fortified-comparison tr td * {
                    transition: all 200ms ease;
                }

                table.fortified-comparison tr td span.dashicons {
                    font-size: 30px !important;
                }

                table.fortified-comparison .bs-designation-img-home {
                    margin-left: 0;
                }

                table.fortified-comparison thead {
                    background: #eee;
                    box-shadow: 0px 6px 10px rgb(0 0 0 / 20%);
                }

                table.fortified-comparison tr td.active span {
                    text-shadow: 1px 1px rgba(0, 0, 0, .75);
                }

                table.fortified-comparison tr td.active:hover span {
                    font-size: 40px !important;
                    margin-left: -10px;
                    line-height: 32px;
                    text-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
                }

                table.fortified-comparison tr>td:nth-child(1) {
                    background: rgba(0, 36, 63, 1);
                    color: #fff;
                }

                tr:last-child td:nth-child(3) {}

                table.fortified-comparison tr>td:nth-child(2).active {
                    background: rgba(177, 73, 37, 1);
                    color: #fff;
                }

                .entry-content table.fortified-comparison tr td {
                    border-top: 1px solid rgba(0, 0, 0, .1) !important;
                }

                table.fortified-comparison tr>td:nth-child(3).active {
                    background: rgba(128, 130, 133, 1);
                    color: #fff;
                }

                table.fortified-comparison tr>td:nth-child(4).active {
                    background: rgba(174, 128, 44, 1);
                    color: #fff;
                }

                .get-button {
                    color: #fff;
                    padding: 10px 20px;
                    background: #185527;
                    display: inline-block;
                    margin: 10px 0;
                    border-radius: 5px;
                    border: 1 px solid rgba(255, 255, 255, .5);
                    transition: all 300ms ease;
                    position: relative;
                    text-align: center;
                }

                table.fortified-comparison tr td.visible {
                    background: #003d69;
                }

                .get-button:hover {
                    background: #003d69;
                    box-shadow: 1px 1px 10px rgb(0 0 0 / 50%);
                    margin-left: 8px;
                }

                .requirement-expl {
                    opacity: 0;
                    height: 0;
                    width: 0;
                    transition: all 200ms ease;
                    font-size: 16px;
                    background: rgba(0, 0, 0, .25);
                    overflow: hidden;
                    line-height: 1.5em;
                }

                .requirement-expl.visible {
                    width: auto;
                    opacity: 1;
                    height: auto;
                    padding: 10px 15px;
                    margin-top: 10px;
                    margin-bottom: 10px;
                    border-radius: 10px;
                    font-size: 14px;
                    border: 1px solid rgba(255, 255, 255, .2);
                }

                .mobile-only {
                    display: none;
                }

@media only screen and (max-width:1200px) {
.main-wrapper {
flex-wrap: wrap;
}
.main-left, .main-right {
	width: 100%;
padding: 5px;
}
}


@media only screen and (max-width:900px) {
.svc-overview-item {
	width: 98%;
}
}
                @media only screen and (max-width:600px) {

                    table.fortified-comparison tr>*:nth-child(2),
                    table.fortified-comparison tr>*:nth-child(3),
                    table.fortified-comparison tr>*:nth-child(4) {
                        display: none;
                    }

                    .mobile-only {
                        display: block;
                        float: left;
                        margin-right: 10px;
                    }

                    table.fortified-comparison tr>*:nth-child(1):hover span {
                        padding-left: 0;
                    }

                    .entry-content table.fortified-comparison tr td {
                        border-top: 1px solid rgba(0, 0, 0, .1) !important;
                        padding: 10px 5px;
                        font-size: 16px;
                    }

                    .no-float {
                        float: none;
                    }
                }